home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Monkey Lander.swf / scripts / frame_184 / PlaceObject2_434_638 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2006-06-13  |  242 b   |  15 lines

  1. onClipEvent(load){
  2.    if(_root.lives == 3)
  3.    {
  4.       this.gotoAndStop("three");
  5.    }
  6.    else if(_root.lives == 2)
  7.    {
  8.       this.gotoAndStop("two");
  9.    }
  10.    else if(_root.lives == 1)
  11.    {
  12.       this.gotoAndStop("one");
  13.    }
  14. }
  15.